body {
    font: 12px/1.5 PingFangSC-Regular,tahoma, arial, sans-serif;
}

a {
    text-decoration: none;
    color: #4C4C4C;
}

a:hover {
    color: #2273C0;
}

.wd {
    width: 1190px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.margin-0 {
    margin-right: 0;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-20 {
    margin-left: 20px;
}

input {
    outline: none;
}

.ft14 {
    font-size: 14px;
}

.theme-title-color {
    color: #3B669E;
}

.clearfix:after {
    content: ".";
    /*内容为“.”就是一个英文的句号而已。也可以不写。*/
    display: block;
    /*加入的这个元素转换为块级元素。*/
    clear: both;
    /*清除左右两边浮动。*/
    visibility: hidden;
    /*可见度设为隐藏。注意它和display:none;是有区别的。visibility:hidden;仍然占据空间，只是看不到而已；*/
    line-height: 0;
    /*行高为0；*/
    height: 0;
    /*高度为0；*/
    font-size: 0;
    /*字体大小为0；*/
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
}

.list-ul {
    margin: 0;
    padding: 10px 10px 0px 0;
}

.list-ul li {
    list-style: none;
    line-height: 2;
    font-size: 14px;
}

.hr-bottom {
    width: 100%;
    height: 1px;
    margin: 10px auto;
    padding: 0px;
    background-color: #D5D5D5;
    overflow: hidden;
}

.bg-head {
    background-color: #CE352C;
}

.bg-hot {
    background-color: #306BAF;
}

.ad-words {
    margin: 0;
    padding: 0;
}

.ad-words li {
    list-style: none;
    line-height: 2;
    font-size: 14px;
    padding-left: 52px;
    background: url(/templets/default/images/ad.png) no-repeat 0 center;
}

div {
    box-sizing: border-box;
}

/****************************广告字样************************/

.ad-bg {
    width: 26px;
    height: 13px;
    position: absolute;
    right: 1px;
    bottom: 1px;
    z-index: 99;
    /*background: url('/templets/default/images/ad_logo_update_iab.gif') no-repeat;*/
}

/***************************滚动条样式**********************/

-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}


/***************************颜色*****************************/

.color-r a {
    color: #ED1802;
    font-size: 16px;
}

.color-r {
    text-align: center;
}

.color-r a:hover {
    text-decoration: underline;
}

.color-b a {
    color: #215796;
    font-size: 16px;
}

.color-b {
    text-align: center;
}

.color-b a:hover {
    text-decoration: underline;
}

.color-more {
    color: #959595;
}

.color-f {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.color-y {
    color: #FEEC1F;
    font-size: 18px;
    font-weight: 700;
}

.color-red {
    color: #ED1802;
}
.color-c{
	color:#a9a9a9;
}

/*******************************ul*********************************/

.ul-h {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ul-h li {
    list-style: none;
    background: url(/templets/default/images/point.png) 0 center no-repeat;
    padding-left: 10px;
    line-height: 24px;
    font-size: 14px;
}

.ul-h li span {
    float: right;
    color: #ADADAD;
}

.ul-h-small {
    margin: 0;
    padding: 8px 10px;
    list-style: none;
}

.ul-h-small li {
    list-style: none;
    background: url(/templets/default/images/point.png) 0 center no-repeat;
    padding-left: 10px;
    height: 24px;
    line-height: 24px;
}

.ul-h-small li:hover {
    background: url(/templets/default/images/listpoint.png) 0 center no-repeat;
}

.ul-h-small li span {
    float: right;
    color: #ADADAD;
}

.ul-c {
    margin: 0;
    padding: 8px 10px;
    display: inline-block;
}

.ul-c li {
    list-style: none;
    background: url(/templets/default/images/point.png) 0 center no-repeat;
    padding-left: 10px;
    float: left;
    width: 149px;
    line-height: 24px;
}

.ul-c li a {
    *height: 1%;
}

.ul-yx {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 302px;
    overflow: hidden;
    height: 250px;
}

.ul-yx li {
    list-style: none;
    float: left;
    width: 150px;
    line-height: 24px;
    font-size: 14px;

}

.ul-yx li a {
    *height: 1%;
}

.ul-cx {
    margin: 0;
    padding: 0;
    width: 785px;
}

.ul-cx li {
    list-style: none;
    float: left;
    width: 156px;
    border-right: 1px solid #ddd;
    text-align: center;
    height: 130px;
}

.ul-cx li a {
    display: inline-block;
    height: 130px;
    *height: 40px;
    width: 156px;
    padding-top: 90px;
    font-size: 14px;
    font-weight: 600;
}

.ul-ad {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.ul-ad li {
    list-style: none;
    text-align: center;
    margin-top: 12px;
}

.ul-ad li a {
    height: 60px;
    display: inline-block;
    position: relative;
}

/******************************背景***************************/

.bf {

    overflow: hidden;
}

.fw {
    font-weight: 600;
}

/******************************边框***************************/

#clearb {
    border-right: 0;
}

/*********************************右侧固定边栏************************/

.rightside {
    width: 40px;
    position: fixed;
    right: 0;
    bottom: 200px;
    _position: absolute;
    _top: expression(documentElement.scrollTop+documentElement.clientHeight - this.clientHeight -200+'px');
    display: block;
}

.rightside .rd {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    position: relative;
}
.rightside .weixin{
    background: url(/templets/default/images/weixin.png) 0 center no-repeat;
}
.rightside .weixin2{
    background: url(/templets/default/images/weixin2.png) 0 center no-repeat;
}
.rightside .weixin3{
    background: url(/templets/default/images/weixin3.png) 0 center no-repeat;
}
.rightside .yd{
    margin-top: 10px;
    background: url(/templets/default/images/yd.png) 0 center no-repeat;
}
.rightside .top{
    margin-top: 10px;
    background: url(/templets/default/images/top.png) 0 center no-repeat;
    cursor: pointer;
}

.rightside .weixin-img {
    position: absolute;
    z-index: 3;
    right: 50px;
    top: -68px;
    padding: 5px;
    border: 1px solid #d1d2d6;
    display: none;
}

.rightside .weixin-img i {
    width: 9px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: -9px;
    top: 80px;
    background: url(/templets/default/images/gdt-img_03.png) 0 center no-repeat;
}

.rightside .weixin:hover .weixin-img,.rightside .yd:hover .weixin-img {
    display: block;
}
.rightside .weixin2 .weixin-img{ top:0px !important;}
.rightside .weixin2 .weixin-img i {top:20px!important;}
.rightside .weixin2:hover .weixin-img,.rightside .yd:hover .weixin-img {
    display: block;
}


.fixedbar{ position: fixed; z-index: 88; bottom: 5%; right: 0;  text-align: center; width: 200px; height: 718px; background:url('/templets/default/images/bg3.png')  no-repeat 0 center;}
.barlist{padding-top: 220px; width: 140px; height: 500px;margin: 0 auto;}
.fixedbar h3{margin-top:10px;font-size:18px;display:block;font-weight:bold; color:#000;}
.fixedbar span{font-size:16px;display:block;}
.barlist li{margin-top:10px;    display: block;
    height: 26px;}

/*.fixedbar .name{ position: absolute; top: -24px; left: 50%; width: 118px; height: 30px; margin-left: -60px;}*/
.fixedbar a{ display: block; float:left;}

.fixedbar .txt{ height: 52px; line-height: 52px; color: #fff; background: #1f76bd;}
.fixedbar .phone{ font-size: 18px;}
.rightside{z-index: 999;bottom: 98px;right: 18px;width: 140px; float:right;}
.rightside .rd{ float:right;width: 140px;    height: 45px;}
.dbgg{   position: fixed;
	background-repeat: no-repeat;
    background-image: url(/templets/default/images/dbgg.png);
    height: 106px;
    width: 100%;
    display: block;
    bottom: 0;
    background-size: 100%;
background-position: center bottom;}
/**************************autocomplete**************************/
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
/**************************nav actived***************************/
.navactived{color:#FFF777;}